projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6b28e
)
Declare etext.
author
Roland McGrath
<roland@gnu.org>
Thu, 16 Nov 1995 01:48:21 +0000
(
01:48
+0000)
committer
Roland McGrath
<roland@gnu.org>
Thu, 16 Nov 1995 01:48:21 +0000
(
01:48
+0000)
src/mem-limits.h
patch
|
blob
|
history
diff --git
a/src/mem-limits.h
b/src/mem-limits.h
index c63e0b4839900907761df5cf7a3e7af4fc27ec48..3bb40dff56908c6f99e38038338530c5126cee9d 100644
(file)
--- a/
src/mem-limits.h
+++ b/
src/mem-limits.h
@@
-30,7
+30,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define BSD4_2 /* Tell code below to use getrlimit. */
/* Old Linux startup code won't define __data_start. */
-extern int __data_start; weak_symbol (__data_start)
+extern int
etext,
__data_start; weak_symbol (__data_start)
#define start_of_data() (&__data_start ?: &etext)
#else /* not _LIBC */